home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / emacssrc.zip / EMACSSRC.TAR / emacs-19.17 / src / bytecode_p.h < prev    next >
C/C++ Source or Header  |  1993-10-06  |  220b  |  10 lines

  1. #ifndef __BYTECODE_P_H__
  2. #define __BYTECODE_P_H__
  3.  
  4. extern _VOID_ syms_of_bytecode _P_((void));
  5.  
  6. DEFUN_P(Fbyte_code, (Lisp_Object bytestr, Lisp_Object vector,
  7.                      Lisp_Object maxdepth));
  8.  
  9. #endif
  10.